projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f703b64
)
* lisp/net/dig.el (dig-exit): Mark for 'dig-mode'.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 7 Jul 2022 08:38:45 +0000
(10:38 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 7 Jul 2022 08:39:23 +0000
(10:39 +0200)
lisp/net/dig.el
patch
|
blob
|
history
diff --git
a/lisp/net/dig.el
b/lisp/net/dig.el
index f7f1500454a363e5738e34ab9e51a16fbeaa44e4..81ddade1091071c9c1392b378cbc9105f0d86ff7 100644
(file)
--- a/
lisp/net/dig.el
+++ b/
lisp/net/dig.el
@@
-132,7
+132,7
@@
Buffer should contain output generated by `dig-invoke'."
(defun dig-exit ()
"Quit dig output buffer."
- (interactive)
+ (interactive
nil dig-mode
)
(quit-window t))
;;;###autoload